home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / Q810T517.PPD < prev    next >
Text File  |  1991-12-05  |  11KB  |  347 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS-PS 810 Turbo" version 51.7
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011136 or 011482
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 26 February 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(QMS-PS 810 Turbo)"
  20. *PSVersion: "(51.7) 0"
  21. *NickName: "QMS-PS 810 Turbo v. 51.7"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "401966"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29.   statusdict begin diskonline 
  30.   {(True)}{(False)} ifelse = flush end"
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true 
  37.   }{
  38.     dup    % potential password
  39.     statusdict begin checkpassword end not 
  40.   } ifelse 
  41.   {  %  if no password or not valid 
  42.     (WARNING : Cannot perform the exitserver command.) = 
  43.     (Password supplied is not valid.) = 
  44.     (Please contact the author of this software.) = flush
  45.     quit 
  46.   } if 
  47.   serverdict begin exitserver
  48. "
  49. *End
  50. *Reset: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true 
  53.   }{
  54.     dup    % potential password
  55.     statusdict begin checkpassword end not 
  56.   } ifelse 
  57.   {  %  if no password or not valid 
  58.     (WARNING : Cannot reset printer.) = 
  59.     (Password supplied is not valid.) = 
  60.     (Please contact the author of this software.) = flush
  61.     quit 
  62.   } if 
  63.   serverdict begin exitserver
  64.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 300dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "60.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *DefaultPageSize: None
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize B5: "statusdict begin b5tray end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   6 dict begin
  109.    /letter (Letter) def
  110.    /legal (Legal) def
  111.    /a4 (A4) def
  112.    /b5 (B5) def 
  113.    papersize {
  114.      {load exec} stopped not{= flush}if
  115.    }{
  116.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  117.    }ifelse
  118.   end
  119.  end restore
  120. "
  121. *End
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *DefaultPageRegion: None
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion B5: "b5"
  129.  
  130. *% These entries will invoke a particular tray--error may occur if tray is 
  131. *% not inserted. 
  132. *% These errors should be trapped by software and a message displayed
  133. *DefaultPaperTray: None
  134. *PaperTray Letter: "statusdict begin lettertray end"
  135. *PaperTray Legal: "statusdict begin legaltray end"
  136. *PaperTray A4: "statusdict begin a4tray end"
  137. *PaperTray B5: "statusdict begin b5tray end"
  138. *?PaperTray: "
  139.  save statusdict begin
  140.   6 dict begin
  141.    /letter (Letter) def
  142.    /legal (Legal) def
  143.    /a4 (A4) def
  144.    /b5 (B5) def 
  145.    papersize {
  146.      {load exec} stopped not{= flush}if
  147.    }{
  148.      {load exec} stopped not{print (.Transverse) = flush}if
  149.    }ifelse
  150.   end
  151.  end restore
  152. "
  153. *End
  154.  
  155. *% The following entries provide information about specific paper keywords.
  156. *DefaultImageableArea: None
  157. *ImageableArea Letter: "13 12 596 780 "
  158. *ImageableArea Legal: "13 10 596 1000 "
  159. *ImageableArea A4: "14 18 581 825 "
  160. *ImageableArea B5: "12 13 495 714 "
  161. *?ImageableArea: "
  162.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  163.   newpath clippath pathbbox
  164.   4 -2 roll exch 2 {ceiling cvp} repeat
  165.   exch 2 {floor cvp} repeat flush
  166.  restore
  167. "
  168. *End
  169.  
  170. *% These provide the physical dimensions of the paper (by keyword)
  171. *DefaultPaperDimension: None
  172. *PaperDimension Letter: "612 792"
  173. *PaperDimension Legal: "612 1008"
  174. *PaperDimension A4: "595 842"
  175. *PaperDimension B5: "516 729"
  176.  
  177. *DefaultOutputBin: Upper
  178.  
  179. *DefaultManualFeed: False
  180. *?ManualFeed: "
  181.   statusdict /manualfeed get
  182.   {(True)}{(False)}ifelse = flush
  183. "
  184. *End
  185. *ManualFeed True: "statusdict begin /manualfeed true store end"
  186. *ManualFeed False: "statusdict begin /manualfeed false store end"
  187.  
  188. *DefaultOutputOrder: Normal
  189.  
  190. *% Font Information =====================
  191.  
  192. *DefaultFont: Courier
  193. *Font AvantGarde-Book: Standard "(001.002)"
  194. *Font AvantGarde-BookOblique: Standard "(001.002)"
  195. *Font AvantGarde-Demi: Standard "(001.003)"
  196. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  197. *Font Bookman-Demi: Standard "(001.001)"
  198. *Font Bookman-DemiItalic: Standard "(001.001)"
  199. *Font Bookman-Light: Standard "(001.001)"
  200. *Font Bookman-LightItalic: Standard "(001.001)"
  201. *Font Courier: Standard "(001.004)"
  202. *Font Courier-Bold: Standard "(001.004)"
  203. *Font Courier-BoldOblique: Standard "(001.004)"
  204. *Font Courier-Oblique: Standard "(001.004)"
  205. *Font Helvetica: Standard "(001.002)"
  206. *Font Helvetica-Bold: Standard "(001.002)"
  207. *Font Helvetica-BoldOblique: Standard "(001.002)"
  208. *Font Helvetica-Condensed: Standard "(001.001)"
  209. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  210. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  211. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  212. *Font Helvetica-Narrow: Standard "(001.002)"
  213. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  214. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  215. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  216. *Font Helvetica-Oblique: Standard "(001.002)"
  217. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  218. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  219. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  220. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  221. *Font Palatino-Bold: Standard "(001.002)"
  222. *Font Palatino-BoldItalic: Standard "(001.002)"
  223. *Font Palatino-Italic: Standard "(001.002)"
  224. *Font Palatino-Roman: Standard "(001.001)"
  225. *Font Symbol: Special "(001.003)"
  226. *Font Times-Bold: Standard "(001.002)"
  227. *Font Times-BoldItalic: Standard "(001.004)"
  228. *Font Times-Italic: Standard "(001.002)"
  229. *Font Times-Roman: Standard "(001.002)"
  230. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  231. *Font ZapfDingbats: Special "(001.002)"
  232.  
  233. *?FontQuery: "
  234. save  4 dict begin /sv exch def
  235. /str (fonts/                              ) def
  236. /st2 128 string def
  237. {
  238.   count 0 gt {
  239.     dup st2 cvs (/) print print (:) print
  240.     dup FontDirectory exch known {pop (Yes)}{
  241.      str exch st2 cvs dup length /len exch def
  242.      6 exch putinterval str 0 len 6 add getinterval mark exch
  243.      { } st2 filenameforall counttomark 0 gt {
  244.       cleartomark (Yes)}{cleartomark (No)}ifelse
  245.     }ifelse = flush
  246.   }{ exit } ifelse
  247. } bind loop
  248. (*) = flush
  249. sv end restore
  250. "
  251. *End
  252.  
  253. *?FontList: "
  254. save  2 dict begin /sv exch def
  255. /str 128 string def
  256. FontDirectory { pop == } bind forall flush
  257. /filenameforall where { 
  258.  pop save (fonts/*) { 
  259.   dup length 6 sub 6 exch getinterval cvn == 
  260.  } bind str filenameforall flush restore
  261. } if 
  262. (*) = flush
  263. sv end restore
  264. "
  265. *End
  266.  
  267. *% Printer Messages (verbatim from printer):
  268. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  269. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  270. *Message: "\FontName\ not found, using Courier"
  271.  
  272. *% Status (format: %%[ status: <one of these> ]%% )
  273. *Status: "idle"
  274. *Status: "busy"
  275. *Status: "waiting"
  276. *Status: "printing"
  277. *Status: "warming up"
  278. *Status: "PrinterError: upper unit open"
  279. *Status: "PrinterError: paper jam"
  280. *Status: "PrinterError: toner cartridge low"
  281. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  282. *Status: "PrinterError: toner cartridge missing or incorrect"
  283. *Status: "PrinterError: scanner motor malfunction"
  284. *Status: "PrinterError: fixing temperature malfunction"
  285. *Status: "PrinterError: scanner motor, laser diode or scanning mirror malfunction"
  286. *Status: "PrinterError: service call"
  287.  
  288. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  289. *Source: "serial9"
  290. *Source: "serial25"
  291. *Source: "AppleTalk"
  292. *Source: "Centronics"
  293.  
  294. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  295. *PrinterError: "upper unit open"
  296. *PrinterError: "paper jam"
  297. *PrinterError: "toner cartridge low"
  298. *PrinterError: "laser diode or scanning mirror malfunction"
  299. *PrinterError: "toner cartridge missing or incorrect"
  300. *PrinterError: "scanner motor malfunction"
  301. *PrinterError: "fixing temperature malfunction"
  302. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  303. *PrinterError: "service call"
  304.  
  305. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  306.  
  307. *% Color Separation Information =====================
  308.  
  309.  
  310. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  311.  
  312. *InkName: ProcessBlack/Process Black
  313. *InkName: CustomColor/Custom Color
  314. *InkName: ProcessCyan/Process Cyan
  315. *InkName: ProcessMagenta/Process Magenta
  316. *InkName: ProcessYellow/Process Yellow
  317.  
  318. *%  For 60 lpi / 300 dpi  ===============================
  319.  
  320. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  321. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  322. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  323. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  324. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  325.  
  326. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331.  
  332. *%  For 53 lpi / 300 dpi  ===============================
  333.  
  334. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  335. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  336. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  337. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  338. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  339.  
  340. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  341. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  342. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  343. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  344. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  345.  
  346. *% end of PPD file for QMS-PS 810 Turbo
  347.